InstallExtensionCallback

public interface InstallExtensionCallback implements ExtensionsAsyncCallback<P, R>

A callback that is invoked when the user installs an extension from Chrome Web Store.

Use the install method to install the extension.

Use the cancel method to cancel the installation.

Since

8.0.0

Types

Link copied to clipboard
public final class Action extends AsyncCallbackAction<R>
An action providing a response to the InstallExtensionCallback.
Link copied to clipboard
public interface Params
The parameters of the InstallExtensionCallback.

Functions

Link copied to clipboard
public abstract void on(P params, R tell)
Invoked when the callback needs a response for the given callback parameters.